home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 3_2004-2005.ISO / Data / Zips / Winstartup1879614212005.psc / Winstartup Manager 1.2 / frmfeedback.frm < prev    next >
Text File  |  2005-04-21  |  3KB  |  92 lines

  1. VERSION 5.00
  2. Begin VB.Form frmfeedback 
  3.    BackColor       =   &H00000000&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "To feedback"
  6.    ClientHeight    =   2490
  7.    ClientLeft      =   45
  8.    ClientTop       =   435
  9.    ClientWidth     =   5865
  10.    BeginProperty Font 
  11.       Name            =   "Tahoma"
  12.       Size            =   8.25
  13.       Charset         =   178
  14.       Weight          =   400
  15.       Underline       =   0   'False
  16.       Italic          =   0   'False
  17.       Strikethrough   =   0   'False
  18.    EndProperty
  19.    Icon            =   "frmfeedback.frx":0000
  20.    LinkTopic       =   "Form1"
  21.    MaxButton       =   0   'False
  22.    MinButton       =   0   'False
  23.    Moveable        =   0   'False
  24.    ScaleHeight     =   2490
  25.    ScaleWidth      =   5865
  26.    StartUpPosition =   2  'CenterScreen
  27.    Begin VB.TextBox Text1 
  28.       Appearance      =   0  'Flat
  29.       BackColor       =   &H00000000&
  30.       BorderStyle     =   0  'None
  31.       Enabled         =   0   'False
  32.       BeginProperty Font 
  33.          Name            =   "MS Sans Serif"
  34.          Size            =   8.25
  35.          Charset         =   178
  36.          Weight          =   400
  37.          Underline       =   0   'False
  38.          Italic          =   0   'False
  39.          Strikethrough   =   0   'False
  40.       EndProperty
  41.       ForeColor       =   &H00FFFFFF&
  42.       Height          =   1410
  43.       Left            =   0
  44.       Locked          =   -1  'True
  45.       MultiLine       =   -1  'True
  46.       TabIndex        =   0
  47.       Text            =   "frmfeedback.frx":000C
  48.       Top             =   810
  49.       Width           =   5880
  50.    End
  51.    Begin VB.Line Line2 
  52.       BorderColor     =   &H00E0E0E0&
  53.       X1              =   -60
  54.       X2              =   5835
  55.       Y1              =   795
  56.       Y2              =   795
  57.    End
  58.    Begin VB.Line Line1 
  59.       BorderColor     =   &H00E0E0E0&
  60.       X1              =   -15
  61.       X2              =   5880
  62.       Y1              =   2220
  63.       Y2              =   2220
  64.    End
  65.    Begin VB.Image Image1 
  66.       Appearance      =   0  'Flat
  67.       Height          =   810
  68.       Left            =   0
  69.       Picture         =   "frmfeedback.frx":0237
  70.       Stretch         =   -1  'True
  71.       Top             =   15
  72.       Width           =   5880
  73.    End
  74.    Begin VB.Label Label1 
  75.       BackColor       =   &H00E0E0E0&
  76.       Caption         =   " To feedback please read what's the developer of Winstartup Manager says."
  77.       ForeColor       =   &H00000000&
  78.       Height          =   240
  79.       Left            =   0
  80.       TabIndex        =   1
  81.       Top             =   2250
  82.       Width           =   5880
  83.    End
  84. End
  85. Attribute VB_Name = "frmfeedback"
  86. Attribute VB_GlobalNameSpace = False
  87. Attribute VB_Creatable = False
  88. Attribute VB_PredeclaredId = True
  89. Attribute VB_Exposed = False
  90.  
  91.  
  92.